Extension point applications
In component org.nuxeo.theme.services.ThemeService
Contribution Descriptors
- Class: org.nuxeo.theme.ApplicationType
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="applications" target="org.nuxeo.theme.services.ThemeService"> <application root="/nuxeo" template-engine="jsf-facelets"> <view id="/preview_popup.xhtml"> <theme>galaxy/popup</theme> </view> </application> </extension>
-
<extension point="applications" target="org.nuxeo.theme.services.ThemeService"> <application root="/nuxeo" template-engine="jsf-facelets"> <view id="/associateTemplate.xhtml"> <theme>galaxy/popup</theme> </view> </application> </extension>
-
<extension point="applications" target="org.nuxeo.theme.services.ThemeService"> <application root="/nuxeo" template-engine="jsf-facelets"> <view id="/view_home.xhtml"> <theme>userCenter/default</theme> </view> <view id="/home_view_documents.xhtml"> <theme>userCenter/default</theme> </view> </application> </extension>
-
<extension point="applications" target="org.nuxeo.theme.services.ThemeService"> <application root="/nuxeo" template-engine="jsf-facelets"> <view id="/dam/assets.xhtml"> <theme>dam/default</theme> </view> <view id="/dam/asset.xhtml"> <theme>dam/default</theme> </view> </application> </extension>
-
<extension point="applications" target="org.nuxeo.theme.services.ThemeService"> <application root="/nuxeo" template-engine="jsf-facelets"> <view id="/content_diff_fancybox.xhtml"> <theme>galaxy/popup</theme> </view> </application> </extension>
-
<extension point="applications" target="org.nuxeo.theme.services.ThemeService"> <application root="/nuxeo" template-engine="jsf-facelets"> <view id="/view_admin.xhtml"> <theme>admin/default</theme> </view> <view id="/connect_confirm_download.xhtml"> <theme>admin/default</theme> </view> </application> </extension>
-
<extension point="applications" target="org.nuxeo.theme.services.ThemeService"> <application root="/nuxeo/sites" template-engine="freemarker"> <negotiation> <strategy>web</strategy> <default-engine>default</default-engine> <default-theme>sites/default </default-theme> <default-perspective>default </default-perspective> </negotiation> </application> <!-- temporary fix for jboss --> <application root="/nuxeo/site/sites" template-engine="freemarker"> <negotiation> <strategy>web</strategy> <default-engine>default</default-engine> <default-theme>sites/default </default-theme> <default-perspective>default </default-perspective> </negotiation> </application> <application root="/nuxeo/site" template-engine="freemarker"> <negotiation> <strategy>web</strategy> <default-engine>default</default-engine> <default-theme>sites/default </default-theme> <default-perspective>default </default-perspective> </negotiation> </application> </extension>
-
<extension point="applications" target="org.nuxeo.theme.services.ThemeService"> <!-- temporary fix for jboss --> <application root="/nuxeo/site/blogs" template-engine="freemarker"> <negotiation> <strategy>web</strategy> <default-engine>default</default-engine> <default-theme>blogs/default </default-theme> <default-perspective>default </default-perspective> </negotiation> </application> <application root="/nuxeo/site" template-engine="freemarker"> <negotiation> <strategy>web</strategy> <default-engine>default</default-engine> <default-theme>blogs/default </default-theme> <default-perspective>default </default-perspective> </negotiation> </application> </extension>
-
<extension point="applications" target="org.nuxeo.theme.services.ThemeService"> <application root="/nuxeo" template-engine="jsf-facelets"> <negotiation> <strategy>nuxeo5</strategy> <default-engine>default</default-engine> <default-theme>galaxy/default</default-theme> <default-perspective>default</default-perspective> <!-- TODO default collection/flavor... --> </negotiation> <!-- Cache control for theme resources (/nxthemes-lib/) --> <resource-caching> <lifetime>36000</lifetime> </resource-caching> <!-- Cache control for theme styles (/nxthemes-css/) --> <style-caching> <lifetime>900</lifetime> </style-caching> <view id="/create_relation_search_document_popup.xhtml"> <theme>galaxy/popup</theme> </view> <view id="/dndFormCollector.xhtml"> <theme>galaxy/popup</theme> </view> <view id="/editor_link_search_document.xhtml"> <theme>galaxy/popup</theme> </view> <view id="/editor_image_upload.xhtml"> <theme>galaxy/popup</theme> </view> </application> </extension>